home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / EBFACTS.DIR / 00751_Script_751 < prev    next >
Text File  |  1995-09-06  |  284b  |  13 lines

  1. on mouseUp
  2.   global gHotSpotStatus, gOpenHouse1
  3.   if gHotSpotStatus = 0 then
  4.     if gOpenHouse1 = 1 then
  5.       ShowHotInfoBox "PE100300.pic", "Clothes"
  6.     else
  7.       set the visible of sprite 3 to false
  8.       updatestage
  9.       set gOpenHouse1 = 1
  10.     end if
  11.   end if
  12. end
  13.